Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the object type of the current execution value parameter set.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property ObjectType As Short
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int16
The object type of the current execution value parameter set.
Siehe auch
Verweis
PackageInfo.ExecutionValueParameterSet Klasse
Microsoft.SqlServer.Management.IntegrationServices-Namespace