共用方式為


FileStreamPartitionScheme 屬性

取得或設定 FILESTREAM 資料的資料分割配置。

此 API 不符合 CLS 標準。 

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcReferenceAttribute(GetType(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']",  _
    )> _
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileStreamPartitionScheme As String
    Get
    Set
'用途
Dim instance As Table
Dim value As String

value = instance.FileStreamPartitionScheme

instance.FileStreamPartitionScheme = value
[SfcReferenceAttribute(typeof(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FileStreamPartitionScheme { get; set; }
[SfcReferenceAttribute(typeof(PartitionScheme), L"Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FileStreamPartitionScheme {
    String^ get ();
    void set (String^ value);
}
[<SfcReferenceAttribute(typeof(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']", 
    )>]
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileStreamPartitionScheme : string with get, set
function get FileStreamPartitionScheme () : String
function set FileStreamPartitionScheme (value : String)

屬性值

型別:System. . :: . .String
表示目前資料分割配置名稱的 String