UserDefinedFunctionParameterCollection.Parent Property
Gets the UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public ReadOnly Property Parent As UserDefinedFunction
Get
'Kullanım
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that owns the UserDefinedFunctionParameter object.