OrderColumnCollection.Parent Propiedad
Gets the UserDefinedFunction object for the current OrderColumn.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As UserDefinedFunction
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
The UserDefinedFunction object for the current OrderColumn.
Comentarios
Example