SfcReferenceAttribute Class

 

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

System::Object
  System::Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata::SfcReferenceAttribute

[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, 
	AllowMultiple = true)]
public ref class SfcReferenceAttribute : Attribute

NameDescription
System_CAPS_pubmethodSfcReferenceAttribute(Type^)

Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.

System_CAPS_pubmethodSfcReferenceAttribute(Type^, String^, array<String^>^)

Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSfcReferenceAttribute(Type^, array<String^>^)

Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.

System_CAPS_pubmethodSfcReferenceAttribute(Type^, array<String^>^, String^, array<String^>^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSfcReferenceAttribute(Type^, array<String^>^, Type^, String^, array<String^>^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSfcReferenceAttribute(Type^, Type^, String^, array<String^>^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubpropertyArguments

Gets the arguments for the urnTemplate. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyInstanceResolver

Gets the custom resolver interface.

System_CAPS_pubpropertyKeys

Gets or sets the keys that participate in the reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyResolver

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyType

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

System_CAPS_pubpropertyUrnTemplate

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUrn(Object^)

Gets the Urn reference from the specified instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolve(Object^)

Resolves a single target instance from the given source instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodResolve<T, S>(S)

Resolves a strongly-typed single target instance from the given source instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: