다음을 통해 공유


Collection<T>.Empty 속성

Gets a singleton, read-only, empty collection instance.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Shared ReadOnly Property Empty As IMetadataCollection(Of T)
    Get
‘사용 방법
Dim value As IMetadataCollection(Of T)

value = Collection.Empty
public static IMetadataCollection<T> Empty { get; }
public:
static property IMetadataCollection<T>^ Empty {
    IMetadataCollection<T>^ get ();
}
static member Empty : IMetadataCollection<'T>
static function get Empty () : IMetadataCollection<T>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T>
An IMetadataCollection<T> object.

참고 항목

참조

Collection<T> 클래스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스