Freigeben über


ObjectSet.SetFacetWithDomain-Methode

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
)

Parameter

  • facet
    Typ: System.String
    A string value that contains the facet value.

Siehe auch

Verweis

ObjectSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace