Freigeben über


SfcRegistration.TryGetObjectTypeFromFullName-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function TryGetObjectTypeFromFullName ( _
    fullTypeName As String _
) As Type
'Usage
Dim fullTypeName As String 
Dim returnValue As Type 

returnValue = SfcRegistration.TryGetObjectTypeFromFullName(fullTypeName)
public static Type TryGetObjectTypeFromFullName(
    string fullTypeName
)
public:
static Type^ TryGetObjectTypeFromFullName(
    String^ fullTypeName
)
static member TryGetObjectTypeFromFullName : 
        fullTypeName:string -> Type
public static function TryGetObjectTypeFromFullName(
    fullTypeName : String
) : Type

Parameter

  • fullTypeName
    Typ: System.String
    The complete name for the Type.

Rückgabewert

Typ: System.Type
The fully qualified .NET type from the fully qualified type name.

Siehe auch

Verweis

SfcRegistration Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace