PartitionFunctionParameterCollection.Parent 属性

Gets the PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As PartitionFunction 
    Get
用法
Dim instance As PartitionFunctionParameterCollection 
Dim value As PartitionFunction 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.

示例

使用集合

请参阅

参考

PartitionFunctionParameterCollection 类

Microsoft.SqlServer.Management.Smo 命名空间