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


Свойство OrderColumnCollection.Parent

Gets the UserDefinedFunction object for the current OrderColumn.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As UserDefinedFunction 
    Get
'Применение
Dim instance As OrderColumnCollection 
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
The UserDefinedFunction object for the current OrderColumn.

Замечания

Example

См. также

Справочник

OrderColumnCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo