Partager via


Propriété IndexedColumn.Parent

Gets the Index object that is the parent of the IndexedColumn object.

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public Property Parent As Index 
    Get 
    Set
'Utilisation
Dim instance As IndexedColumn 
Dim value As Index 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public Index Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::None|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property Index^ Parent {
    Index^ get ();
    void set (Index^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member Parent : Index with get, set
function get Parent () : Index 
function set Parent (value : Index)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Index
An Index object value that specifies the parent of the IndexedColumn object.

Exemples

Création, modification et suppression d'index

Voir aussi

Référence

IndexedColumn Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Index

CREATE INDEX (Transact-SQL)