Propriedade do RDL PackageInfo.PropertyOverrideParameterSet.PropertyValue
Gets or sets the property value.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Property PropertyValue As String
Get
Set
'Uso
Dim instance As PackageInfo.PropertyOverrideParameterSet
Dim value As String
value = instance.PropertyValue
instance.PropertyValue = value
public string PropertyValue { get; set; }
public:
property String^ PropertyValue {
String^ get ();
void set (String^ value);
}
member PropertyValue : string with get, set
function get PropertyValue () : String
function set PropertyValue (value : String)
Valor da propriedade
Tipo: System.String
The value of the property.
Consulte também
Referência
PackageInfo.PropertyOverrideParameterSet Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices