Partager via


Propriété Index.Parent

Gets or sets the SqlSmoObject object that is the parent of the Index object.

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

Syntaxe

'Déclaration
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
<SfcParentAttribute("UserDefinedTableType")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
<SfcParentAttribute("UserDefinedFunction")> _
Public Property Parent As SqlSmoObject 
    Get 
    Set
'Utilisation
Dim instance As Index 
Dim value As SqlSmoObject 

value = instance.Parent

instance.Parent = value
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
[SfcParentAttribute("UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
[SfcParentAttribute("UserDefinedFunction")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
[SfcParentAttribute(L"UserDefinedFunction")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("UserDefinedTableType")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
[<SfcParentAttribute("UserDefinedFunction")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject 
function set Parent (value : SqlSmoObject)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object value that specifies the parent of the Index object.

Exemples

Création, modification et suppression d'index

Voir aussi

Référence

Index Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Index

CREATE INDEX (Transact-SQL)