DictView.datasourceDataareaIdName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the SQL name that is used in the view definition to identify the legal entity of the data source.
public:
virtual System::String ^ datasourceDataareaIdName(int _cnt);
public virtual string datasourceDataareaIdName (int _cnt);
abstract member datasourceDataareaIdName : int -> string
override this.datasourceDataareaIdName : int -> string
Public Overridable Function datasourceDataareaIdName (_cnt As Integer) As String
Parameters
- _cnt
- Int32
Returns
The SQL name that is used in the view definition to identify the legal entity of the data source; an empty string if an error occurs.