Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the path of the property.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property PropertyPath As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The path of the property.
See Also
Reference
PackageInfo.PropertyOverrideParameterSet Class
Microsoft.SqlServer.Management.IntegrationServices Namespace