Поделиться через


Свойство FileStreamPartitionScheme

Gets or Sets the partition scheme name for the index.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property FileStreamPartitionScheme As String
    Get
    Set
'Применение
Dim instance As Index
Dim value As String

value = instance.FileStreamPartitionScheme

instance.FileStreamPartitionScheme = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string FileStreamPartitionScheme { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ FileStreamPartitionScheme {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member FileStreamPartitionScheme : string with get, set
function get FileStreamPartitionScheme () : String
function set FileStreamPartitionScheme (value : String)

Значение свойства

Тип System. . :: . .String
[AT:System.String] property value that specifies the index's current partition.