SqlUserDefinedAggregateAttribute(Format) 생성자

정의

지정된 형식이 사용자 정의 집계와 사용자 정의 집계의 스토리지 형식임을 나타내는 데 사용되는 사용자 정의 집계의 필수 특성입니다.

public:
 SqlUserDefinedAggregateAttribute(Microsoft::SqlServer::Server::Format format);
public SqlUserDefinedAggregateAttribute (Microsoft.SqlServer.Server.Format format);
new Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute : Microsoft.SqlServer.Server.Format -> Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute
Public Sub New (format As Format)

매개 변수

format
Format

집계의 serialization 형식을 나타내는 Format 값 중 하나입니다.

적용 대상