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


Свойство Table.FileStreamPartitionScheme

Gets or sets the partition scheme for FILESTREAM data.

Этот API-интерфейс несовместим с CLS. 

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
<SfcReferenceAttribute(GetType(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']",  _
    )> _
Public Property FileStreamPartitionScheme As String 
    Get 
    Set
'Применение
Dim instance As Table 
Dim value As String 

value = instance.FileStreamPartitionScheme

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

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

Тип: System.String
A String that represents the current partition scheme name.

См. также

Справочник

Table Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Инструкция CREATE TABLE (Transact-SQL)