Proprietà OrderColumnCollection.Parent
Gets the UserDefinedFunction object for the current OrderColumn.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As UserDefinedFunction
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
The UserDefinedFunction object for the current OrderColumn.
Osservazioni
Example