UserDefinedType.IsFixedLength プロパティ

別名データ型が固定長であるかどうかを示す Boolean プロパティを取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFixedLength As Boolean 
    Get
'使用
Dim instance As UserDefinedType 
Dim value As Boolean 

value = instance.IsFixedLength
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFixedLength { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsFixedLength {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFixedLength : bool
function get IsFixedLength () : boolean

プロパティ値

型: System.Boolean
別名データ型が固定長であるかどうかを示す Boolean 値です。True の場合、別名データ型は固定長です。False (既定値) の場合、別名データ型は可変長です。

関連項目

参照

UserDefinedType クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データ型の処理

CLR ユーザー定義型の使用

CREATE TYPE (Transact-SQL)