Compartilhar via


Propriedade FileStreamPartitionScheme

Gets or sets the partition scheme for FILESTREAM data.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property FileStreamPartitionScheme As String
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

ITableOptions. . :: . .FileStreamPartitionScheme