MetadataPropertyInfo Constructor
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.
public MetadataPropertyInfo (int id, int index, string name, Microsoft.SqlServer.Management.SqlParser.Metadata.TypeInfo returnType, Microsoft.SqlServer.Management.SqlParser.Metadata.PropertyType propertyType, bool isParent, bool isReadWrite, Microsoft.SqlServer.Management.SqlParser.Metadata.PropertyValueExpr valueExpr);
new Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo : int * int * string * Microsoft.SqlServer.Management.SqlParser.Metadata.TypeInfo * Microsoft.SqlServer.Management.SqlParser.Metadata.PropertyType * bool * bool * Microsoft.SqlServer.Management.SqlParser.Metadata.PropertyValueExpr -> Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo
Public Sub New (id As Integer, index As Integer, name As String, returnType As TypeInfo, propertyType As PropertyType, isParent As Boolean, isReadWrite As Boolean, valueExpr As PropertyValueExpr)
Parameters
- id
- Int32
- index
- Int32
- name
- String
- returnType
- TypeInfo
- propertyType
- PropertyType
- isParent
- Boolean
- isReadWrite
- Boolean
- valueExpr
- PropertyValueExpr