UserDefinedFunctionParameterCollection.Parent 属性

Gets the UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.

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

语法

声明
Public ReadOnly Property Parent As UserDefinedFunction 
    Get
用法
Dim instance As UserDefinedFunctionParameterCollection 
Dim value As UserDefinedFunction 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that owns the UserDefinedFunctionParameter object.

请参阅

参考

UserDefinedFunctionParameterCollection 类

Microsoft.SqlServer.Management.Smo 命名空间