Aracılığıyla paylaş


PartitionSchemeParameter.Parent Özelliği

Alır veya ayarlar PartitionScheme üst nesne PartitionSchemeParameter nesne.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
    Get
    Set
'Kullanım
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)