Dela via


ProviderKeyNameKeyOption Class

Represents the PROVIDER_KEY_NAME option.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ProviderKeyNameKeyOption _
    Inherits KeyOption
'Usage
Dim instance As ProviderKeyNameKeyOption
[SerializableAttribute]
public class ProviderKeyNameKeyOption : KeyOption
[SerializableAttribute]
public ref class ProviderKeyNameKeyOption : public KeyOption
public class ProviderKeyNameKeyOption extends KeyOption

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.KeyOption
      Microsoft.Data.Schema.ScriptDom.Sql.ProviderKeyNameKeyOption

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProviderKeyNameKeyOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace