IntegrationServices.ISfcDomain.GetTypeMetadata(String) Method

Definition

Retrieves the metadata of the type that has the specified type name.

 virtual Microsoft::SqlServer::Management::Sdk::Sfc::SfcTypeMetadata ^ Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetTypeMetadata(System::String ^ typeName) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcDomain::GetTypeMetadata;
Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata ISfcDomain.GetTypeMetadata (string typeName);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetTypeMetadata : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetTypeMetadata : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
Function GetTypeMetadata (typeName As String) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata

Parameters

typeName
String

The name of the type.

Returns

The metadata of the type.

Implements

Applies to