PolicyStore.. Method
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
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)
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
Return Value
Type: SfcTypeMetadata
Implements
ISfcDomainGetTypeMetadata(String)
See Also