Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the SfcTypeMetadata.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Usage
Dim instance As Utility
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- typeName
Type: System.String
A string value that specifies the name of the type.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata object.
Implements
ISfcDomain.GetTypeMetadata(String)