ISql90UserDefinedType.Properties Property
Gets the list of SQL Server common language runtime (CLR) integrationproperties for this type.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
IList<ISql90ClrProperty^>^ get ();
}
abstract Properties : IList<ISql90ClrProperty>
function get Properties () : IList<ISql90ClrProperty>
Property Value
Type: System.Collections.Generic.IList<ISql90ClrProperty>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.