MetadataTypeInfo.SetProperties 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.
public void SetProperties (System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo> instanceProperties, System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo> inferredProperties);
member this.SetProperties : System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo> * System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Metadata.MetadataPropertyInfo> -> unit
Public Sub SetProperties (instanceProperties As IList(Of MetadataPropertyInfo), inferredProperties As IList(Of MetadataPropertyInfo))
Parameters
- instanceProperties
- IList<MetadataPropertyInfo>
- inferredProperties
- IList<MetadataPropertyInfo>