Método .
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Uso
Dim instance As CollectorConfigStore
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- typeName
Tipo: System. . :: . .String
A String value that is the type name.
Valor de retorno
Tipo: System. . :: . .Type
A Type that is the collector type.
Implementa
ISfcDomainGetType(String)
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Consulte também