Proprietà HttpClientConnection100Class.ServerDomain

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the domain used to log on to the server.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property ServerDomain As String 
    Get 
    Set
'Utilizzo
Dim instance As HttpClientConnection100Class 
Dim value As String 

value = instance.ServerDomain

instance.ServerDomain = value
public virtual string ServerDomain { get; set; }
public:
virtual property String^ ServerDomain {
    String^ get ();
    void set (String^ value);
}
abstract ServerDomain : string with get, set 
override ServerDomain : string with get, set
function get ServerDomain () : String 
function set ServerDomain (value : String)

Valore proprietà

Tipo: System.String
A String that contains the domain used to log on to the server.

Implementa

IDTSHttpClientConnection100.ServerDomain

Vedere anche

Riferimento

HttpClientConnection100Class Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper