Condividi tramite


Proprietà PackageInfo.ExecutionValueParameterSet.ObjectType

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Property ObjectType As Short 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

PackageInfo.ExecutionValueParameterSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices