ObjectProperty 클래스
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. Specifies attributes of SQL Server Management Objects (SMO) object properties.
상속 계층
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ObjectProperty
‘사용 방법
Dim instance As ObjectProperty
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ObjectProperty
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ObjectProperty
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ObjectProperty = class end
public class ObjectProperty
ObjectProperty 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ObjectProperty | Initializes a new instance of the ObjectProperty class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
DefaultValue | Gets or sets the default value of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. | |
Expensive | Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. | |
KeyIndex | Gets or sets the property key index. | |
Name | Gets or sets a value that indicates the name of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PropertyMode | Gets or sets a value that indicates the mode of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
ReadOnly | Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
ReadOnlyAfterCreation | Gets or sets a value that indicates whether the property is read only after creation. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
ReferenceKeys | Gets or sets the information about the keys that makes up the reference. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. | |
ReferenceTemplate | Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. | |
ReferenceTemplateParameters | Gets or sets the information about the keys that make up the reference. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. | |
ReferenceType | Gets or sets the type pointed to by object reference. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. | |
Type | Gets or sets a value that indicates the type of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Usage | Gets or sets the accepted usages for the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.