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


Свойство Parent

Gets the PartitionScheme object that is the parent of the PartitionSchemeParameterCollection object.

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

Синтаксис

'Декларация
Public ReadOnly Property Parent As SqlSmoObject
    Get
'Применение
Dim instance As PartitionSchemeParameterCollection
Dim value As SqlSmoObject

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

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

Тип: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A PartitionScheme object value that is the parent of the PartitionSchemeParameterCollection object.