Поделиться через


Свойство 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.