Share via


Length Property

Get the number of items in the list

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As QualifiedIdentifierCollection
Dim value As Integer

value = instance.Length
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int
function get Length () : int

Property Value

Type: System..::..Int32

See Also

Reference

QualifiedIdentifierCollection Class

Microsoft.Data.Tools.Model Namespace