Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the object type of the parameter.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectType As Short
Get
'Utilisation
Dim instance As ParameterInfo
Dim value As Short
value = instance.ObjectType
[SfcPropertyAttribute(Data = true)]
public short ObjectType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property short ObjectType {
short get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectType : int16
function get ObjectType () : short
Valeur de propriété
Type : System.Int16
The object type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices