Propriété LocalizablePropertyDescriptor.DisplayOrdinal
Gets the ordinal at which the property should be displayed. 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
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisplayOrdinal As Integer
Get
'Utilisation
Dim instance As LocalizablePropertyDescriptor
Dim value As Integer
value = instance.DisplayOrdinal
public int DisplayOrdinal { get; }
public:
property int DisplayOrdinal {
int get ();
}
member DisplayOrdinal : int
function get DisplayOrdinal () : int
Valeur de propriété
Type : System.Int32
The ordinal at which the property should be displayed.