Number propriété
Gets or sets the number associated with the numbered stored procedure.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property Number As Short
Get
'Utilisation
Dim instance As NumberedStoredProcedure
Dim value As Short
value = instance.Number
[SfcPropertyAttribute]
public short Number { get; }
[SfcPropertyAttribute]
public:
property short Number {
short get ();
}
[<SfcPropertyAttribute>]
member Number : int16
function get Number () : short
Valeur de la propriété
Type : System. . :: . .Int16
A Int32 value that specifies the number of the numbered stored procedure.
Voir aussi