Udostępnij przez


StorageInfo.Host Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public ReadOnly Property Host As String
public string Host { get; }
public:
property String^ Host {
    String^ get ();
}
/** @property */
public String get_Host ()
public function get Host () : String

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.