Aracılığıyla paylaş


INameFacet Interface

Represents the name facet interface.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

The INameFacet type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the interface..

Top

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace