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 네임스페이스