Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the PartitionScheme object that is the parent of the PartitionSchemeParameterCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SqlSmoObject
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A PartitionScheme object value that is the parent of the PartitionSchemeParameterCollection object.