Table.FileStreamPartitionScheme プロパティ
FILESTREAM データのパーティション構成を取得します。値の設定も可能です。
この API は、CLS に準拠していません。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
<SfcReferenceAttribute(GetType(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']", _
)> _
Public Property FileStreamPartitionScheme As String
Get
Set
'使用
Dim instance As Table
Dim value As String
value = instance.FileStreamPartitionScheme
instance.FileStreamPartitionScheme = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']",
)]
public string FileStreamPartitionScheme { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(PartitionScheme), L"Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']",
)]
public:
property String^ FileStreamPartitionScheme {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
[<SfcReferenceAttribute(typeof(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']",
)>]
member FileStreamPartitionScheme : string with get, set
function get FileStreamPartitionScheme () : String
function set FileStreamPartitionScheme (value : String)
プロパティ値
型: System.String
現在のパーティション構成名を表す String。
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間