共用方式為


SPBusinessDataField.SystemInstanceName property

系統執行個體的資料來源的名稱。

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

Syntax

'宣告
Public Property SystemInstanceName As String
    Get
    Set
'用途
Dim instance As SPBusinessDataField
Dim value As String

value = instance.SystemInstanceName

instance.SystemInstanceName = value
public string SystemInstanceName { get; set; }

Property value

Type: System.String
String 物件,在系統執行個體的名稱。

請參閱

參照

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace