ISfcDomain.GetType Method
Gets the Type of the SFC object class within the ___domain for the specified type name. 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
Function GetType ( _
typeName As String _
) As Type
'Usage
Dim instance As ISfcDomain
Dim typeName As String
Dim returnValue As Type
returnValue = instance.GetType(typeName)
Type GetType(
string typeName
)
Type^ GetType(
String^ typeName
)
abstract GetType :
typeName:string -> Type
function GetType(
typeName : String
) : Type
Parameters
- typeName
Type: System.String
The name of the type.
Return Value
Type: System.Type
The Type object with the specified name. nulla null reference (Nothing in Visual Basic) if typeName is not a type in the ___domain.