Metoda PolicyStore.ISfcDomain.GetType
Pobiera Type obiektu określonego przez typeName parametru.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Parametry
- typeName
Typ: System.String
Wartość ciąg, który określa typ.
Wartość zwracana
Typ: System.Type
A Type obiektu.