หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the types of signable element.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SignableElementKind
'Usage
Dim instance As SignableElementKind
[SerializableAttribute]
public enum SignableElementKind
[SerializableAttribute]
public enum class SignableElementKind
[<SerializableAttribute>]
type SignableElementKind
public enum SignableElementKind
Members
| Member name | Description | |
|---|---|---|
| Assembly | The Kind is Assembly. | |
| Database | The Kind is Database. | |
| NotSpecified | The Kind is NotSpecified. | |
| Object | The Kind is Object. |