PackageInfo.PropertyOverrideParameterSet.PropertyPath 属性

Gets or sets the path of the property.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Property PropertyPath As String 
    Get 
    Set
用法
Dim instance As PackageInfo.PropertyOverrideParameterSet 
Dim value As String 

value = instance.PropertyPath

instance.PropertyPath = value
public string PropertyPath { get; set; }
public:
property String^ PropertyPath {
    String^ get ();
    void set (String^ value);
}
member PropertyPath : string with get, set
function get PropertyPath () : String 
function set PropertyPath (value : String)

属性值

类型:System.String
The path of the property.

请参阅

参考

PackageInfo.PropertyOverrideParameterSet 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间