Propriété WorkstationId
Gets or sets the ID value that uniquely identifies the workstation.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Property WorkstationId As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
An Int32 value that specifies the ID value that uniquely identifies the workstation.