FullTextIndex.Parent プロパティ
FullTextIndex オブジェクトの親である Table オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
Public Property Parent As TableViewBase
Get
Set
'使用
Dim instance As FullTextIndex
Dim value As TableViewBase
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
public:
property TableViewBase^ Parent {
TableViewBase^ get ();
void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
member Parent : TableViewBase with get, set
function get Parent () : TableViewBase
function set Parent (value : TableViewBase)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.TableViewBase
FullTextIndex オブジェクトを所有する Table オブジェクトです。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間