Condividi tramite


Metodo GetType (String)

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

Sintassi

'Dichiarazione
Public Function GetType ( _
    typeName As String _
) As Type
'Utilizzo
Dim instance As RegisteredServersStore
Dim typeName As String
Dim returnValue As Type

returnValue = instance.GetType(typeName)
public Type GetType(
    string typeName
)
public:
virtual Type^ GetType(
    String^ typeName
) sealed
abstract GetType : 
        typeName:string -> Type 
override GetType : 
        typeName:string -> Type 
public final function GetType(
    typeName : String
) : Type

Parametri

Valore restituito

Tipo: System. . :: . .Type

Implementa

ISfcDomainGetType(String)