Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the metadata of the type that has the specified type name.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Usage
Dim instance As RegisteredServersStore
Dim typeName As String
Dim returnValue As SfcTypeMetadata
returnValue = instance.GetTypeMetadata(typeName)
public SfcTypeMetadata GetTypeMetadata(
string typeName
)
public:
virtual SfcTypeMetadata^ GetTypeMetadata(
String^ typeName
) sealed
abstract GetTypeMetadata :
typeName:string -> SfcTypeMetadata
override GetTypeMetadata :
typeName:string -> SfcTypeMetadata
public final function GetTypeMetadata(
typeName : String
) : SfcTypeMetadata
Parameters
- typeName
Type: System.String
A String object that specifies the name of the type.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata value that specifies the metadata for the type.
Implements
ISfcDomain.GetTypeMetadata(String)
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.