다음을 통해 공유


IParameterFactory 인터페이스

Defines methods that are used to create parameter objects.

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

구문

‘선언
Public Interface IParameterFactory
‘사용 방법
Dim instance As IParameterFactory
public interface IParameterFactory
public interface class IParameterFactory
type IParameterFactory =  interface end
public interface IParameterFactory

IParameterFactory 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 CreateCursorParameter Creates an ICursorParameter object that has the specified name.
공용 메서드 CreateScalarParameter(String, IScalarDataType) Creates an IScalarParameter object that has the specified name and data type.
공용 메서드 CreateScalarParameter(String, IScalarDataType, Boolean, String) Creates an IScalarParameter object that has the specified name, data type, and default value.
공용 메서드 CreateTableParameter Creates an ITableParameter object that has the specified name and data type.

맨 위로 이동

참고 항목

참조

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