次の方法で共有


MethodStruct constructor (UInt32, String, Boolean, Int32, Boolean, String, UInt32, Guid)

Initializes a new instance of the class.

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

Syntax

'Declaration
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    isStatic As Boolean, _
    lobName As String, _
    entityId As UInteger, _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim isStatic As Boolean
Dim lobName As String
Dim entityId As UInteger
Dim partitionId As Guid

Dim instance As New MethodStruct(id, name, _
    isCached, version, isStatic, lobName, _
    entityId, partitionId)
public MethodStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    bool isStatic,
    string lobName,
    uint entityId,
    Guid partitionId
)

Parameters

  • isStatic
    Type: System.Boolean

    true if the method is static; otherwise, false.

See also

Reference

MethodStruct class

MethodStruct members

MethodStruct overload

Microsoft.SharePoint.BusinessData.SharedService namespace