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.