Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As UserDefinedFunction
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.
Examples
See Also
Reference
UserDefinedFunctionParameter Class
Microsoft.SqlServer.Management.Smo Namespace