Propriété SfcMetadataRelation.PropertyFlags
Gets the property flags in relation of the metadata. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PropertyFlags As SfcPropertyFlags
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The property flags in relation of the metadata.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata