次の方法で共有


PartitionFunctionParameter.Length プロパティ

パラメーターの長さをバイト単位で取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
Public Property Length As Integer 
    Get 
    Set
'使用
Dim instance As PartitionFunctionParameter 
Dim value As Integer 

value = instance.Length

instance.Length = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public int Length { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
public:
property int Length {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
member Length : int with get, set
function get Length () : int 
function set Length (value : int)

プロパティ値

型: System.Int32
パラメーターの長さをバイト単位で示す Int32 です。

使用例

ファイルとファイル グループを使用したデータの格納

関連項目

参照

PartitionFunctionParameter クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION FUNCTION (Transact-SQL)