IntegrationServices.ISfcDomain.GetTypeMetadata(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.