ResourceAssociationSet Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ResourceAssociationSet class.
public:
ResourceAssociationSet(System::String ^ name, System::Data::Services::Providers::ResourceAssociationSetEnd ^ end1, System::Data::Services::Providers::ResourceAssociationSetEnd ^ end2);
public ResourceAssociationSet (string name, System.Data.Services.Providers.ResourceAssociationSetEnd end1, System.Data.Services.Providers.ResourceAssociationSetEnd end2);
new System.Data.Services.Providers.ResourceAssociationSet : string * System.Data.Services.Providers.ResourceAssociationSetEnd * System.Data.Services.Providers.ResourceAssociationSetEnd -> System.Data.Services.Providers.ResourceAssociationSet
Public Sub New (name As String, end1 As ResourceAssociationSetEnd, end2 As ResourceAssociationSetEnd)
Parameters
- name
- String
Name of the association set.
ResourceAssociationSetEnd that is at the source end of the association set.
ResourceAssociationSetEnd that is at the target end of the association set.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.