PackageInfo.PropertyOverrideParameterSet.PropertyPath Propiedad
Gets or sets the path of the property.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The path of the property.
Vea también
Referencia
PackageInfo.PropertyOverrideParameterSet Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices