Поделиться через


Свойство 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