ISfcDomain.GetType Método
Gets a Type object specified by the typeName parameter.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- typeName
Tipo: System. . :: . .String
A string value that specifies the type.
Valor devuelto
Tipo: System. . :: . .Type
A Type object.