Order 屬性
Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.
命名空間: Microsoft.SqlServer.Management.Smo.Wmi
組件: Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
語法
'宣告
Public Property Order As Integer
Get
Set
'用途
Dim instance As ClientProtocol
Dim value As Integer
value = instance.Order
instance.Order = value
public int Order { get; set; }
public:
property int Order {
int get ();
void set (int value);
}
member Order : int with get, set
function get Order () : int
function set Order (value : int)
屬性值
型別:System. . :: . .Int32
An Int32 value that specifies the order of the referenced protocol in the list of currently supported protocols.