Compartir a través de


IDTSCustomProperty100.Value Propiedad

Gets or sets the object value of an IDTSCustomProperty100 object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property Value As Object 
    Get 
    Set
'Uso
Dim instance As IDTSCustomProperty100 
Dim value As Object 

value = instance.Value

instance.Value = value
Object Value { get; set; }
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
abstract Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Valor de la propiedad

Tipo: System.Object
The value of the IDTSCustomProperty100 object.

Comentarios

Custom properties contain variants or objects that allow them to store object values for all types of objects. When retrieving the value of a custom property, the object is then cast to the expected type.

[!NOTA]

The IDTSCustomProperty100 interface has limited support for property values of type Object. The only object that you can store as the value of a custom property is an array of simple types such as strings or integers.

Vea también

Referencia

IDTSCustomProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper