Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Type object specified by the typeName parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Usage
Dim instance As PolicyStore
Dim typeName As String
Dim returnValue As Type
returnValue = CType(instance, ISfcDomain).GetType(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Type ISfcDomain.GetType(
string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual Type^ GetType(
String^ typeName
) sealed = ISfcDomain::GetType
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetType :
typeName:string -> Type
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetType :
typeName:string -> Type
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- typeName
Type: System.String
A string value that specifies the type.
Return Value
Type: System.Type
A Type object.