Propriedade do RDL NaturalOrder
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property NaturalOrder As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Boolean
true to get the natural order of the specified flags; otherwise, false.
Consulte também