Compartilhar via


Propriedade do RDL PackageInfo.ExecutionValueParameterSet.ObjectType

Gets or sets the object type of the current execution value parameter set.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Property ObjectType As Short 
    Get 
    Set
'Uso
Dim instance As PackageInfo.ExecutionValueParameterSet 
Dim value As Short 

value = instance.ObjectType

instance.ObjectType = value
public short ObjectType { get; set; }
public:
property short ObjectType {
    short get ();
    void set (short value);
}
member ObjectType : int16 with get, set
function get ObjectType () : short 
function set ObjectType (value : short)

Valor da propriedade

Tipo: System.Int16
The object type of the current execution value parameter set.

Consulte também

Referência

PackageInfo.ExecutionValueParameterSet Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices