Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- fullTypeName
Type: System.String
The complete name for the Type.
Return Value
Type: System.Type
The fully qualified .NET type from the fully qualified type name.