次の方法で共有


AssociationStruct.SourceEntityNames property

Sets or gets the list of source external content type names.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SourceEntityNames As String()
    Get
    Set
'Usage
Dim instance As AssociationStruct
Dim value As String()

value = instance.SourceEntityNames

instance.SourceEntityNames = value
public string[] SourceEntityNames { get; set; }

Property value

Type: []
The list of source external content type names.

See also

Reference

AssociationStruct class

AssociationStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace