Freigeben über


SfcRegistration.GetObjectTypeFromFullName-Methode (String, Boolean)

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 GetObjectTypeFromFullName ( _
    fullTypeName As String, _
    ignoreCase As Boolean _
) As Type
'Usage
Dim fullTypeName As String 
Dim ignoreCase As Boolean 
Dim returnValue As Type 

returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName, _
    ignoreCase)
public static Type GetObjectTypeFromFullName(
    string fullTypeName,
    bool ignoreCase
)
public:
static Type^ GetObjectTypeFromFullName(
    String^ fullTypeName, 
    bool ignoreCase
)
static member GetObjectTypeFromFullName : 
        fullTypeName:string * 
        ignoreCase:bool -> Type
public static function GetObjectTypeFromFullName(
    fullTypeName : String, 
    ignoreCase : boolean
) : Type

Parameter

  • ignoreCase
    Typ: System.Boolean
    true to ignore case; otherwise, false.

Rückgabewert

Typ: System.Type
The type of object with a complete object name.

Siehe auch

Verweis

SfcRegistration Klasse

GetObjectTypeFromFullName-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace