Partager via


SqlObjectLocatorPattern Class

Definition

[Newtonsoft.Json.JsonObject(Newtonsoft.Json.MemberSerialization.OptIn)]
public class SqlObjectLocatorPattern : IEquatable<Microsoft.SqlServer.Management.Assessment.Configuration.SqlObjectLocatorPattern>, Microsoft.SqlServer.Management.Assessment.Configuration.IPattern<Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator>
[<Newtonsoft.Json.JsonObject(Newtonsoft.Json.MemberSerialization.OptIn)>]
type SqlObjectLocatorPattern = class
    interface IPattern<ISqlObjectLocator>
    interface IEquatable<SqlObjectLocatorPattern>
Public Class SqlObjectLocatorPattern
Implements IEquatable(Of SqlObjectLocatorPattern), IPattern(Of ISqlObjectLocator)
Inheritance
SqlObjectLocatorPattern
Attributes
Newtonsoft.Json.JsonObjectAttribute
Implements

Constructors

SqlObjectLocatorPattern(RangeList<Version>, IPattern<String>, SqlObjectType, IPattern<String>, SqlEngineEdition)

Properties

EngineEdition
NamePattern
ObjectType
Platform
Version

Methods

Equals(Object)
Equals(SqlObjectLocatorPattern)
GetHashCode()
IsMatch(ISqlObjectLocator)

Applies to