Delen via


SfcMetadataRelation.PropertyFlags Property

Gets the property flags in relation of the metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyFlags As SfcPropertyFlags 
    Get
'Usage
Dim instance As SfcMetadataRelation 
Dim value As SfcPropertyFlags 

value = instance.PropertyFlags
public SfcPropertyFlags PropertyFlags { get; }
public:
property SfcPropertyFlags PropertyFlags {
    SfcPropertyFlags get ();
}
member PropertyFlags : SfcPropertyFlags
function get PropertyFlags () : SfcPropertyFlags

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The property flags in relation of the metadata.

See Also

Reference

SfcMetadataRelation Class

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace