Compartir a través de


StorageInfo.Host Propiedad

Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property Host As String 
    Get
'Uso
Dim instance As StorageInfo 
Dim value As String 

value = instance.Host
public string Host { get; }
public:
property String^ Host {
    String^ get ();
}
member Host : string
function get Host () : String

Valor de la propiedad

Tipo: System.String
The name of the server on which the packages are stored. The name is a Microsoft SQL Server location or an SSIS package store location.

Vea también

Referencia

StorageInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime