IsUserDefined プロパティ

テーブルがユーザー定義テーブルかどうかを示します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property IsUserDefined As Boolean
    Get
    Set
'使用
Dim instance As UserDefinedTableType
Dim value As Boolean

value = instance.IsUserDefined

instance.IsUserDefined = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public bool IsUserDefined { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property bool IsUserDefined {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member IsUserDefined : bool with get, set
function get IsUserDefined () : boolean
function set IsUserDefined (value : boolean)

プロパティ値

型: System. . :: . .Boolean
Boolean