Command 类
Represents a command that is available for use within the context of the parent element of the CommandCollection.
继承层次结构
System. . :: . .Object
Microsoft.AnalysisServices..::..Command
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")> _
Public NotInheritable Class Command _
Implements ICloneable
用法
Dim instance As Command
[GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")]
public sealed class Command : ICloneable
[GuidAttribute(L"F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")]
public ref class Command sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")>]
type Command =
class
interface ICloneable
end
public final class Command implements ICloneable
Command 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
Command() () () () | Initializes a new instance of Command using the default values. | |
Command(String) | Initializes a new instance of the Command class using a name. |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies a Command to the specified object. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。