CategoryBase 멤버
The CategoryBase class is a base class that is used in the construction of the JobCategory class, the OperatorCategory class, and the AlertCategory class. It contains functionality that is common to all three category classes.
CategoryBase 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
CategoryBase | Initializes a new instance of the JobCategory class, or the OperatorCategory class, or the AlertCategory class. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AddDatabaseContext | (SqlSmoObject에서 상속됩니다.) | |
AlterImpl | (SqlSmoObject에서 상속됩니다.) | |
AlterImplFinish | (SqlSmoObject에서 상속됩니다.) | |
AlterImplInit | (SqlSmoObject에서 상속됩니다.) | |
AlterImplWorker | (SqlSmoObject에서 상속됩니다.) | |
BindDefaultImpl | (SqlSmoObject에서 상속됩니다.) | |
BindRuleImpl | (SqlSmoObject에서 상속됩니다.) | |
CheckCollation | (SqlSmoObject에서 상속됩니다.) | |
CheckObjectState() () () () | Validates the state of the referenced object. (SqlSmoObject에서 상속됩니다.) | |
CheckObjectState(Boolean) | Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created. (SqlSmoObject에서 상속됩니다.) | |
CheckObjectStateImpl | (SqlSmoObject에서 상속됩니다.) | |
CheckVersion100 | (SqlSmoObject에서 상속됩니다.) | |
CheckVersion80 | Checks the validity of the object on SQL Server 2000. (SqlSmoObject에서 상속됩니다.) | |
CheckVersion80SP3 | Checks the validity of the object on SQL Server 2000 SP3. (SqlSmoObject에서 상속됩니다.) | |
CheckVersion90 | Check the validity of the object on SQL Server 2005. (SqlSmoObject에서 상속됩니다.) | |
CheckVersionBelow90 | (SqlSmoObject에서 상속됩니다.) | |
CleanObject | (SqlSmoObject에서 상속됩니다.) | |
Create | Creates the job category, the operator category, or the alert category based on the JobCategory object, the OperatorCategory object, or the AlertCategory object respectively. | |
CreateImpl | (SqlSmoObject에서 상속됩니다.) | |
CreateImplFinish | (SqlSmoObject에서 상속됩니다.) | |
CreateImplInit | (SqlSmoObject에서 상속됩니다.) | |
Discover | (SqlSmoObject에서 상속됩니다.) | |
Drop | Removes an existing job category, operator category, or alert category. | |
DropImpl | (SqlSmoObject에서 상속됩니다.) | |
DropImplWorker | (SqlSmoObject에서 상속됩니다.) | |
EnumScriptImpl | (SqlSmoObject에서 상속됩니다.) | |
EnumScriptImplWorker | (SqlSmoObject에서 상속됩니다.) | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
FormatSqlVariant | (SqlSmoObject에서 상속됩니다.) | |
GenerateDataSpaceFileStreamScript | (SqlSmoObject에서 상속됩니다.) | |
GenerateDataSpaceScript | (SqlSmoObject에서 상속됩니다.) | |
GetBindDefaultScript | (SqlSmoObject에서 상속됩니다.) | |
GetBindRuleScript | (SqlSmoObject에서 상속됩니다.) | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (SqlSmoObject에서 상속됩니다.) | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (SqlSmoObject에서 상속됩니다.) | |
GetCatTypeName | ||
GetDateTimeParameter | (SqlSmoObject에서 상속됩니다.) | |
GetDateTimeParameterAsInt | (SqlSmoObject에서 상속됩니다.) | |
GetDBName | Gets the database name that is associated with the object. (AgentObjectBase에서 상속됩니다.) | |
GetEnumParameter | (SqlSmoObject에서 상속됩니다.) | |
GetFragOptionString | (SqlSmoObject에서 상속됩니다.) | |
GetGuidParameter | (SqlSmoObject에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (SqlSmoObject에서 상속됩니다.) | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (SqlSmoObject에서 상속됩니다.) | |
GetPropValue | (SqlSmoObject에서 상속됩니다.) | |
GetPropValueOptional | (SqlSmoObject에서 상속됩니다.) | |
GetPropValueOptionalAllowNull | (SqlSmoObject에서 상속됩니다.) | |
GetRealValue | (SqlSmoObject에서 상속됩니다.) | |
GetScriptingOptionsForCreate | (SqlSmoObject에서 상속됩니다.) | |
GetServerName | Gets the name of the instance of SQL Server with which the object is associated. (SqlSmoObject에서 상속됩니다.) | |
GetServerObject | (SqlSmoObject에서 상속됩니다.) | |
GetSqlServerVersionName | Gets the version name of the instance of SQL Server with which the object is associated. (SqlSmoObject에서 상속됩니다.) | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (SqlSmoObject에서 상속됩니다.) | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (SqlSmoObject에서 상속됩니다.) | |
GetTimeSpanParameterAsInt | (SqlSmoObject에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
GetUrnRecursive(StringBuilder) | (SqlSmoObject에서 상속됩니다.) | |
GetUrnRecursive(StringBuilder, UrnIdOption) | (SqlSmoObject에서 상속됩니다.) | |
ImplInitialize | (SqlSmoObject에서 상속됩니다.) | |
Initialize() () () () | Initializes the object and forces the properties be loaded. (SqlSmoObject에서 상속됩니다.) | |
Initialize(Boolean) | Initializes the object and forces the properties be loaded. (SqlSmoObject에서 상속됩니다.) | |
IsObjectDirty | Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server. (SqlSmoObject에서 상속됩니다.) | |
IsObjectInitialized | Verifies whether the object has been initialized. (SqlSmoObject에서 상속됩니다.) | |
IsObjectInSpace | Verifies whether the object is isolated or connected to the instance of SQL Server. (SqlSmoObject에서 상속됩니다.) | |
IsVersion80SP3 | (SqlSmoObject에서 상속됩니다.) | |
MarkDropped | (SqlSmoObject에서 상속됩니다.) | |
MarkForDropImpl | (SqlSmoObject에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
PostAlter | (SqlSmoObject에서 상속됩니다.) | |
PostCreate | (SqlSmoObject에서 상속됩니다.) | |
PostDrop | (SqlSmoObject에서 상속됩니다.) | |
Refresh | Refreshes the object and retrieves properties when the object is next accessed. (SqlSmoObject에서 상속됩니다.) | |
Rename | Renames the job category, the operator category, or the alert category. | |
RenameImpl | This method supports the SMO infrastructure and is not intended to be used directly from your code. (NamedSmoObject에서 상속됩니다.) | |
RenameImplWorker | This method supports the SMO infrastructure and is not intended to be used directly from your code. (NamedSmoObject에서 상속됩니다.) | |
Script() () () () | Generates a Transact-SQL script that can be used to re-create the job category, the operator category, or the alert category. | |
Script(ScriptingOptions) | Generates a Transact-SQL script that can be used to re-create the job category, the operator category, or the alert category as specified by the scripting options. | |
ScriptAlter | (SqlSmoObject에서 상속됩니다.) | |
ScriptChangeOwner | This method supports the SMO infrastructure and is not intended to be used directly from your code. (NamedSmoObject에서 상속됩니다.) | |
ScriptCreate | (SqlSmoObject. . :: . .ScriptCreate(StringCollection, ScriptingOptions)을(를) 재정의합니다.) | |
ScriptDdl | (SqlSmoObject에서 상속됩니다.) | |
ScriptDrop | (SqlSmoObject. . :: . .ScriptDrop(StringCollection, ScriptingOptions)을(를) 재정의합니다.) | |
ScriptImpl() () () () | (SqlSmoObject에서 상속됩니다.) | |
ScriptImpl(ScriptingOptions) | (SqlSmoObject에서 상속됩니다.) | |
ScriptImplWorker | (SqlSmoObject에서 상속됩니다.) | |
ScriptRename | (NamedSmoObject. . :: . .ScriptRename(StringCollection, ScriptingOptions, String)을(를) 재정의합니다.) | |
SetParentImpl | (SqlSmoObject에서 상속됩니다.) | |
ToString | Returns a String that represents the referenced object. (SqlSmoObject에서 상속됩니다.) | |
TouchImpl | (SqlSmoObject에서 상속됩니다.) | |
UnbindDefaultImpl | (SqlSmoObject에서 상속됩니다.) | |
UnbindRuleImpl | (SqlSmoObject에서 상속됩니다.) | |
Validate | (SmoObjectBase에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (SqlSmoObject에서 상속됩니다.) | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (SqlSmoObject에서 상속됩니다.) | |
Name | Gets or sets the name of the object. (NamedSmoObject에서 상속됩니다.) | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (SqlSmoObject에서 상속됩니다.) | |
Properties | Gets a collection of Property objects that represent the object properties. (SqlSmoObject에서 상속됩니다.) | |
ScalarResult | Gets the scalar result for the referenced object. (SqlSmoObject에서 상속됩니다.) | |
State | Gets the state of the referenced object. (SmoObjectBase에서 상속됩니다.) | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (SqlSmoObject에서 상속됩니다.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됩니다.) |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | (SqlSmoObject에서 상속됩니다.) | |
PropertyMetadataChanged | (SqlSmoObject에서 상속됩니다.) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IAlienObjectDiscover | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetParent | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetProperty | (SqlSmoObject에서 상속됩니다.) | |
ISfcPropertyProviderGetPropertySet | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetUrn | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectResolve | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectSetProperty | (SqlSmoObject에서 상속됩니다.) |
맨 위로 이동