Partager via


Propriété SearchProperty.IntID

Gets or Sets an Int32 representing the IntID of the SearchProperty.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IntID As Integer 
    Get 
    Set
'Utilisation
Dim instance As SearchProperty 
Dim value As Integer 

value = instance.IntID

instance.IntID = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public int IntID { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property int IntID {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IntID : int with get, set
function get IntID () : int 
function set IntID (value : int)

Valeur de propriété

Type : System.Int32
An Int32 representing the IntID of the SearchProperty.

Voir aussi

Référence

SearchProperty Classe

Espace de noms Microsoft.SqlServer.Management.Smo