Condividi tramite


Metodo GetType

Gets the Type of the SFC object class within the domain for the specified type name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Function GetType ( _
    typeName As String _
) As Type
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Type
The Type object with the specified name. nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). if typeName is not a type in the domain.