다음을 통해 공유


DacDomain.ISfcDomain.GetType Method

Gets a Type object describing the Sfc type with the specified name within the Sfc domain.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

‘선언
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
‘사용 방법
Dim instance As DacDomain
Dim typeName As String
Dim returnValue As Type

returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
    string typeName
)
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType : 
        typeName:string -> Type 
private override GetType : 
        typeName:string -> Type 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • typeName
    Type: String
    A String value specifying the name of the Sfc type.

Return Value

Type: Type
Returns aType object describing the Sfc type with the specified name.

Implements

ISfcDomain.GetType(String)

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace