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 包存储位置。

适用于