다음을 통해 공유


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.