Compartir a través de


FileStreamPartitionScheme Propiedad

Gets or sets the partition scheme for FILESTREAM data.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Implementa

ITableOptions. . :: . .FileStreamPartitionScheme