HttpClientConnection100Class.ServerDomain Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the domain used to log on to the server.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property ServerDomain As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String that contains the domain used to log on to the server.
Implementa
IDTSHttpClientConnection100.ServerDomain