ObjectIdentifier-Klasse
Represents the object identifier to identify the name of the model.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.Model.ObjectIdentifier
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ObjectIdentifier
'Usage
Dim instance As ObjectIdentifier
[SerializableAttribute]
public sealed class ObjectIdentifier
[SerializableAttribute]
public ref class ObjectIdentifier sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ObjectIdentifier = class end
public final class ObjectIdentifier
Der ObjectIdentifier-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ObjectIdentifier(IList<String>) | Initializes a new instance of the ObjectIdentifier class with the specified parts. | |
ObjectIdentifier(array<String[]) | Initializes a new instance of the ObjectIdentifier class with the specified parts. | |
ObjectIdentifier(IList<String>, IList<String>) | Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ExternalParts | Gets the external reference parts. Null if the identifier is not external. | |
HasExternalParts | Gets a value indicating whether the ObjectIdentifier have any ExternalParts. | |
HasName | Gets a value indicating whether the ObjectIdentifier have any Parts. | |
Parts | Gets or sets the parts of the identifier. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | Formats and escapes name parts into a single string. (Überschreibt Object.ToString().) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.