IndexedColumn.Parent 属性
Gets the Index object that is the parent of the IndexedColumn object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public Property Parent As Index
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Management.Smo.Index
An Index object value that specifies the parent of the IndexedColumn object.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间