Compartir a través de


GetType Método

Gets the Type of the SFC object class within the domain for the specified type name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
Function GetType ( _
    typeName As String _
) As Type
'Uso
Dim instance As ISfcDomain
Dim typeName As String
Dim returnValue As Type

returnValue = instance.GetType(typeName)
Type GetType(
    string typeName
)
Type^ GetType(
    String^ typeName
)
abstract GetType : 
        typeName:string -> Type 
function GetType(
    typeName : String
) : Type

Parámetros

Valor devuelto

Tipo: System. . :: . .Type
The Type object with the specified name. nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). if typeName is not a type in the domain.