PolicyStore.ISfcDomain.GetTypeMetadata Method

Gets a T:Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata object identified by the typeName parameter.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Usage
Dim instance As PolicyStore 
Dim typeName As String 
Dim returnValue As SfcTypeMetadata 

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
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 type.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata object.

Implements

ISfcDomain.GetTypeMetadata(String)

See Also

Reference

PolicyStore Class

Microsoft.SqlServer.Management.Dmf Namespace