StorageInfo.Host プロパティ

定義

元のまたはアップグレードされた Integration Services パッケージが格納されているサーバーの名前を取得します。

public:
 property System::String ^ Host { System::String ^ get(); };
public string Host { get; }
member this.Host : string
Public ReadOnly Property Host As String

プロパティ値

パッケージが格納されているサーバーの名前。 この名前は、Microsoft SQL Server 上の場所か、または SSIS パッケージ ストア上の場所です。

適用対象