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