다음을 통해 공유


CreatePartitionFunctionStatement.ParameterType 속성

Gets or sets the optional parameter type.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property ParameterType As PartitionParameterType 
    Get 
    Set
‘사용 방법
Dim instance As CreatePartitionFunctionStatement 
Dim value As PartitionParameterType 

value = instance.ParameterType

instance.ParameterType = value
public PartitionParameterType ParameterType { get; set; }
public:
property PartitionParameterType^ ParameterType {
    PartitionParameterType^ get ();
    void set (PartitionParameterType^ value);
}
member ParameterType : PartitionParameterType with get, set
function get ParameterType () : PartitionParameterType 
function set ParameterType (value : PartitionParameterType)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionParameterType
The optional parameter type.

참고 항목

참조

CreatePartitionFunctionStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스