你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScriptLevel Struct

Definition

Differentiates between the type of script commands included - Database or Cluster. The default is Database.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevelTypeConverter))]
public struct ScriptLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevelTypeConverter))>]
type ScriptLevel = struct
    interface IArgumentCompleter
Public Structure ScriptLevel
Implements IArgumentCompleter, IEquatable(Of ScriptLevel)
Inheritance
ScriptLevel
Attributes
Implements

Fields

Cluster
Database

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ScriptLevel (override for Object)

Equals(ScriptLevel)

Compares values of enum type ScriptLevel

GetHashCode()

Returns hashCode for enum ScriptLevel

ToString()

Returns string representation for ScriptLevel

Operators

Equality(ScriptLevel, ScriptLevel)

Overriding == operator for enum ScriptLevel

Implicit(ScriptLevel to String)

Implicit operator to convert ScriptLevel to string

Implicit(String to ScriptLevel)

Implicit operator to convert string to ScriptLevel

Inequality(ScriptLevel, ScriptLevel)

Overriding != operator for enum ScriptLevel

Applies to