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


Свойство PartitionSchemeParameter.Parent

Gets or sets the PartitionScheme object that is the parent of the PartitionSchemeParameter object.

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

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject 
    Get 
    Set
'Применение
Dim instance As PartitionSchemeParameter 
Dim value As SqlSmoObject 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Index")]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Index")]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Index")>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject 
function set Parent (value : SqlSmoObject)

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

Тип: Microsoft.SqlServer.Management.Smo.SqlSmoObject
The PartitionScheme object that is the parent of the PartitionSchemeParameter object.

Примеры

Использование файловых групп и файлов для хранения данных

См. также

Справочник

PartitionSchemeParameter Класс

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

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

CREATE PARTITION FUNCTION (Transact-SQL)