UserDefinedFunctionParameter.Parent 属性

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

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

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As UserDefinedFunction 
    Get 
    Set
用法
Dim instance As UserDefinedFunctionParameter 
Dim value As UserDefinedFunction 

value = instance.Parent

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

属性值

类型:Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.

示例

调用方法

请参阅

参考

UserDefinedFunctionParameter 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

用户定义函数(数据库引擎)