Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Usage
Dim instance As CollectorConfigStore
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 is the collector type name.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
An SfcTypeMetadata object specifying the metadata for the collector type.
Implements
ISfcDomain.GetTypeMetadata(String)