Metodo ISfcDomain.GetType
Gets a Type object describing the Sfc type with the specified name within the Sfc domain.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilizzo
Dim instance As DacDomain
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- typeName
Tipo: System. . :: . .String
A String value specifying the name of the Sfc type.
Valore restituito
Tipo: System. . :: . .Type
Returns a Type object describing the Sfc type with the specified name.