Compartir a través de


ISfcDomain.GetType Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

Tipo: System. . :: . .Type
Returns a Type object describing the Sfc type with the specified name.

Implementa

ISfcDomain. . :: . .GetType(String)