Compartilhar via


Propriedade do RDL PackageInfo.PropertyOverrideParameterSet.PropertyPath

Gets or sets the path of the property.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Property PropertyPath As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The path of the property.

Consulte também

Referência

PackageInfo.PropertyOverrideParameterSet Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices