Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the defining expression of this function.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DefiningExpression As String
Get
'Usage
Dim instance As EdmFunction
Dim value As String
value = instance.DefiningExpression
public string DefiningExpression { get; }
public:
virtual property String^ DefiningExpression {
String^ get () sealed;
}
abstract DefiningExpression : string
override DefiningExpression : string
final function get DefiningExpression () : String
Property Value
Type: System.String
The defining expression of this function.
Implements
IEdmFunction.DefiningExpression