SfcRegistration.GetRegisteredDomainForType Method (Type)
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
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.