FileStreamPartitionScheme 属性

Gets or sets the partition scheme for FILESTREAM data.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property FileStreamPartitionScheme As String
    Get
    Set
用法
Dim instance As Table
Dim value As String

value = instance.FileStreamPartitionScheme

instance.FileStreamPartitionScheme = value
[SfcPropertyAttribute]
public string FileStreamPartitionScheme { get; set; }
[SfcPropertyAttribute]
public:
virtual property String^ FileStreamPartitionScheme {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<SfcPropertyAttribute>]
abstract FileStreamPartitionScheme : string with get, set
[<SfcPropertyAttribute>]
override FileStreamPartitionScheme : string with get, set
final function get FileStreamPartitionScheme () : String
final function set FileStreamPartitionScheme (value : String)

属性值

类型:System. . :: . .String
A String that represents the current partition scheme name.

实现

ITableOptions. . :: . .FileStreamPartitionScheme