ISfcDomain.GetType-Methode
Gets the Type of the utility.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Usage
Dim instance As Utility
Dim typeName As String
Dim returnValue As Type
returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
string typeName
)
private:
virtual Type^ GetType(
String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType :
typeName:string -> Type
private override GetType :
typeName:string -> Type
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- typeName
Typ: System. . :: . .String
A string value that specifies the name of the type.
Rückgabewert
Typ: System. . :: . .Type
A Type object.