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.
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.