Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of the result set definition.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ResultSetType As ResultSetType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ResultSetType
The type of the result set definition.