IntegrationServices.ISfcDomain.GetTypeMetadata Método
Retrieves the metadata of the type that has the specified type name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Uso
Dim instance As IntegrationServices
Dim typeName As String
Dim returnValue As SfcTypeMetadata
returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
string typeName
)
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
private abstract GetTypeMetadata :
typeName:string -> SfcTypeMetadata
private override GetTypeMetadata :
typeName:string -> SfcTypeMetadata
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- typeName
Tipo: System.String
The name of the type.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
The metadata of the type.
Implementa
ISfcDomain.GetTypeMetadata(String)
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices