Partager via


Propriété PackageInfo.ExecutionValueParameterSet.ObjectType

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Property ObjectType As Short 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

PackageInfo.ExecutionValueParameterSet Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices