StorageInfo.Host プロパティ
元の Integration Services パッケージまたはアップグレードされたパッケージが格納されているサーバーの名前を取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public ReadOnly Property Host As String
Get
'使用
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
プロパティ値
型: System.String
パッケージが格納されているサーバーの名前。この名前は、Microsoft SQL Server 上の場所か、または SSIS パッケージ ストア上の場所です。