Propriété Parent
Gets the UserDefinedFunction object for the current OrderColumn.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As UserDefinedFunction
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunction
The UserDefinedFunction object for the current OrderColumn.
Notes
Example