Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the property value.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
property As ModelPropertyClass _
) As Object
Get
'Usage
Dim instance As TSqlObject
Dim property As ModelPropertyClass
Dim value As Object
value = instance(property)
public Object this[
ModelPropertyClass property
] { get; }
public:
property Object^ default[ModelPropertyClass^ property] {
Object^ get (ModelPropertyClass^ property);
}
member Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- property
Type: Microsoft.SqlServer.Dac.Model.ModelPropertyClass
The property value.
Property Value
Type: System.Object
The property value.