Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |