ConnectionSettings.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.

참고 항목

참조

ConnectionSettings 클래스

Microsoft.SqlServer.Management.Common 네임스페이스