Método GetObjectTypeFromFullName (String)
Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function GetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'Uso
Dim fullTypeName As String
Dim returnValue As Type
returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName)
public static Type GetObjectTypeFromFullName(
string fullTypeName
)
public:
static Type^ GetObjectTypeFromFullName(
String^ fullTypeName
)
static member GetObjectTypeFromFullName :
fullTypeName:string -> Type
public static function GetObjectTypeFromFullName(
fullTypeName : String
) : Type
Parâmetros
- fullTypeName
Tipo: System. . :: . .String
O nome completo do tipo.
Valor de retorno
Tipo: System. . :: . .Type
O tipo de objeto com um nome de objeto completo.
Consulte também