Partager via


Propriété StorageInfo.Host

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Host As String 
    Get
'Utilisation
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

Valeur de propriété

Type : 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.

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime