Partager via


Propriété SfcObjectAttribute.NaturalOrder

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 Property NaturalOrder As Boolean 
    Get 
    Set
'Utilisation
Dim instance As SfcObjectAttribute 
Dim value As Boolean 

value = instance.NaturalOrder

instance.NaturalOrder = value
public bool NaturalOrder { get; set; }
public:
property bool NaturalOrder {
    bool get ();
    void set (bool value);
}
member NaturalOrder : bool with get, set
function get NaturalOrder () : boolean 
function set NaturalOrder (value : boolean)

Valeur de propriété

Type : System.Boolean
true to get the natural order of the specified flags; otherwise, false.

Voir aussi

Référence

SfcObjectAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata