Condividi tramite


Costruttore ResourceSet

Crea una nuova raccolta di valori di tipi di entità.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    elementType As ResourceType _
)
'Utilizzo
Dim name As String
Dim elementType As ResourceType

Dim instance As New ResourceSet(name, elementType)
public ResourceSet(
    string name,
    ResourceType elementType
)
public:
ResourceSet(
    String^ name, 
    ResourceType^ elementType
)
new : 
        name:string * 
        elementType:ResourceType -> ResourceSet
public function ResourceSet(
    name : String, 
    elementType : ResourceType
)

Parametri

  • name
    Tipo: System.String
    Nome del set di elementi come stringa.

Vedere anche

Riferimento

ResourceSet Classe

Spazio dei nomi System.Data.Services.Providers