不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
此 API 不符合 CLS。
继承层次结构
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := True)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceAttribute _
Inherits Attribute
用法
Dim instance As SfcReferenceAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public class SfcReferenceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceAttribute =
class
inherit Attribute
end
public class SfcReferenceAttribute extends Attribute
SfcReferenceAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
SfcReferenceAttribute(Type) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type. |
![]() |
SfcReferenceAttribute(Type, array<String[]) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters. |
![]() |
SfcReferenceAttribute(Type, String, array<String[]) | Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
SfcReferenceAttribute(Type, array<String[], String, array<String[]) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
SfcReferenceAttribute(Type, Type, String, array<String[]) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
SfcReferenceAttribute(Type, array<String[], Type, String, array<String[]) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Arguments | Gets the arguments for the urnTemplate. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
InstanceResolver | Gets the custom resolver interface. |
![]() |
Keys | Gets or sets the keys that participate in the reference. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
Resolver | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
Type | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
TypeId | (从 Attribute 继承。) |
![]() |
UrnTemplate | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Attribute 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Attribute 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetUrn | Gets the Urn reference from the specified instance. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
IsDefaultAttribute | (从 Attribute 继承。) |
![]() |
Match | (从 Attribute 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
Resolve(Object) | Resolves a single target instance from the given source instance. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
![]() |
Resolve<T, S>(S) | Resolves a strongly-typed single target instance from the given source instance. |
![]() |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | (从 Attribute 继承。) |
![]() ![]() |
_Attribute.GetTypeInfo | (从 Attribute 继承。) |
![]() ![]() |
_Attribute.GetTypeInfoCount | (从 Attribute 继承。) |
![]() ![]() |
_Attribute.Invoke | (从 Attribute 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。