Share via


ObjectSet.SetFacetWithDomain Method

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.

See Also

Reference

ObjectSet Class

Microsoft.SqlServer.Management.Dmf Namespace