Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Domain As ISfcDomain
Get
Set
'Usage
Dim instance As DomainRootKey
Dim value As ISfcDomain
value = instance.Domain
instance.Domain = value
public ISfcDomain Domain { get; set; }
public:
property ISfcDomain^ Domain {
ISfcDomain^ get ();
void set (ISfcDomain^ value);
}
member Domain : ISfcDomain with get, set
function get Domain () : ISfcDomain
function set Domain (value : ISfcDomain)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
The domain for the root key.