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