Свойство ResultSetDefinition.ResultSetType

Gets or sets the type of the result set definition.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property ResultSetType As ResultSetType 
    Get 
    Set
'Применение
Dim instance As ResultSetDefinition 
Dim value As ResultSetType 

value = instance.ResultSetType

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

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ResultSetType
The type of the result set definition.

См. также

Справочник

ResultSetDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom