Поделиться через


Свойство 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.

См. также

Справочник

StorageInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime