SfcVersionAttribute-Klasse
Represents an SfcVersionAttribute class to specify supported version of a property or class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata..::..SfcVersionAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True, _
AllowMultiple := False)> _
Public Class SfcVersionAttribute _
Inherits Attribute
'Usage
Dim instance As SfcVersionAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)]
public class SfcVersionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true,
AllowMultiple = false)]
public ref class SfcVersionAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)>]
type SfcVersionAttribute =
class
inherit Attribute
end
public class SfcVersionAttribute extends Attribute
Der SfcVersionAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
SfcVersionAttribute(Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
![]() |
SfcVersionAttribute(Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
![]() |
SfcVersionAttribute(Int32, Int32, Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
![]() |
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
BeginVersion | Gets the version on which support for this property started. Null if start version is undefined. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
![]() |
EndVersion | Gets the version on which support for this property ended. Null if open-ended. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
![]() |
TypeId | (Geerbt von Attribute.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Attribute.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Attribute.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
IsDefaultAttribute | (Geerbt von Attribute.) |
![]() |
Match | (Geerbt von Attribute.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
_Attribute. . :: . .GetIDsOfNames | (Geerbt von Attribute.) |
![]() ![]() |
_Attribute. . :: . .GetTypeInfo | (Geerbt von Attribute.) |
![]() ![]() |
_Attribute. . :: . .GetTypeInfoCount | (Geerbt von Attribute.) |
![]() ![]() |
_Attribute. . :: . .Invoke | (Geerbt von Attribute.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)