ExportableAttribute 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 ExportableAttribute (Type type, string id, int priority = 0, string displayName = default, Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility platformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All);
new Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute : Type * string * int * string * Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility -> Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute
Public Sub New (type As Type, id As String, Optional priority As Integer = 0, Optional displayName As String = Nothing, Optional platformCompatibility As TSqlPlatformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All)
Parameters
- type
- Type
- id
- String
- priority
- Int32
- displayName
- String
- platformCompatibility
- TSqlPlatformCompatibility