Freigeben über


ScriptInfo-Klasse

Provides detailed information of the script.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ScriptInfo

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public NotInheritable Class ScriptInfo
'Usage
Dim instance As ScriptInfo
public sealed class ScriptInfo
public ref class ScriptInfo sealed
[<SealedAttribute>]
type ScriptInfo =  class end
public final class ScriptInfo

Der ScriptInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ScriptInfo Initializes a new instance of the ScriptInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Action Gets the custom action for the script.
Öffentliche Eigenschaft Object Gets the specified object as the major object.
Öffentliche Eigenschaft Options Gets the possible options for the script.
Öffentliche Eigenschaft ScriptDependents Gets whether the script is a dependent script.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace