Proprietà DisplayOrdinal
Gets the ordinal at which the property should be displayed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DisplayOrdinal As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
The ordinal at which the property should be displayed.
Vedere anche