StorageInfo.Host 屬性
Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
命名空間: 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
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.