Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 Shared Function GetRegisteredDomainForType ( _
type As Type _
) As SfcDomainInfo
'Usage
Dim type As Type
Dim returnValue As SfcDomainInfo
returnValue = SfcRegistration.GetRegisteredDomainForType(type)
public static SfcDomainInfo GetRegisteredDomainForType(
Type type
)
public:
static SfcDomainInfo^ GetRegisteredDomainForType(
Type^ type
)
static member GetRegisteredDomainForType :
type:Type -> SfcDomainInfo
public static function GetRegisteredDomainForType(
type : Type
) : SfcDomainInfo
Parameters
- type
Type: System.Type
The type that represents the Type.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
The domain Information object for the given type.