USqlTableValuedFunction.Definition Property
Optional. Gets or sets the definition of the table valued function.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public string Definition { get; set; }
public:
property String^ Definition {
String^ get();
void set(String^ value);
}
member Definition : string with get, set
Public Property Definition As String
Property Value
Type: System.String
See Also
USqlTableValuedFunction Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top