WorkstationId 属性

Gets or sets the ID value that uniquely identifies the workstation.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Public Property WorkstationId As String
    Get
    Set
用法
Dim instance As ConnectionSettings
Dim value As String

value = instance.WorkstationId

instance.WorkstationId = value
public string WorkstationId { get; set; }
public:
property String^ WorkstationId {
    String^ get ();
    void set (String^ value);
}
member WorkstationId : string with get, set
function get WorkstationId () : String
function set WorkstationId (value : String)

属性值

类型:System. . :: . .String
An Int32 value that specifies the ID value that uniquely identifies the workstation.