Aracılığıyla paylaş


PartitionScheme.Parent Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Database
    Get
    Set
'Kullanım
Dim instance As PartitionScheme
Dim value As Database

value = instance.Parent

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database
The Database object that is the parent of the PartitionScheme object.

Examples

Using Filegroups and Files to Store Data

See Also

Reference

PartitionScheme Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

CREATE PARTITION SCHEME (Transact-SQL)