Compartir a través de


Interfaz INameFacet

Represents the name facet interface.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("NameDesc")> _
<DisplayNameKeyAttribute("NameName")> _
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
Public Interface INameFacet _
    Inherits IDmfFacet
'Uso
Dim instance As INameFacet
[DisplayDescriptionKeyAttribute("NameDesc")]
[DisplayNameKeyAttribute("NameName")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
public interface INameFacet : IDmfFacet
[DisplayDescriptionKeyAttribute(L"NameDesc")]
[DisplayNameKeyAttribute(L"NameName")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
public interface class INameFacet : IDmfFacet
[<DisplayDescriptionKeyAttribute("NameDesc")>]
[<DisplayNameKeyAttribute("NameName")>]
[<CLSCompliantAttribute(false)>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
type INameFacet =  
    interface 
        interface IDmfFacet 
    end
public interface INameFacet extends IDmfFacet

El tipo INameFacet expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the interface..

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo