Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets a facet on the ObjectSet with an ISfcDomain object specified by the domain parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub SetFacetWithDomain ( _
facet As String, _
domain As String _
)
'Usage
Dim instance As ObjectSet
Dim facet As String
Dim domain As String
instance.SetFacetWithDomain(facet, domain)
public void SetFacetWithDomain(
string facet,
string domain
)
public:
void SetFacetWithDomain(
String^ facet,
String^ domain
)
member SetFacetWithDomain :
facet:string *
domain:string -> unit
public function SetFacetWithDomain(
facet : String,
domain : String
)
Parameters
- facet
Type: System.String
A string value that contains the facet value.
- domain
Type: System.String
A string value that specifies the ISfcDomain.