Share via


ExtendedPropertyAttribute.HasParent プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property HasParent As Boolean 
    Get
'使用
Dim instance As ExtendedPropertyAttribute 
Dim value As Boolean 

value = instance.HasParent
public bool HasParent { get; }
public:
property bool HasParent {
    bool get ();
}
member HasParent : bool
function get HasParent () : boolean

プロパティ値

型: System.Boolean
オブジェクトに親がある場合は true、それ以外の場合は false です。

関連項目

参照

ExtendedPropertyAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間