DataSourceInformation.ViewMaxLength Field
Specifies the data source information property that indicates the maximum length of a view name.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
'Déclaration
Public Const ViewMaxLength As String
public const string ViewMaxLength
public:
literal String^ ViewMaxLength
static val mutable ViewMaxLength: string
public const var ViewMaxLength : String
This information is used by the Visual Studio query designer to determine how to parse and validate view names.
An example value for this property might be "128".
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.