LocalizedPropertyResourcesAttribute コンストラクター (String)
指定したリソースの名前を使用して、LocalizedPropertyResourcesAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
resourcesName As String _
)
'使用
Dim resourcesName As String
Dim instance As New LocalizedPropertyResourcesAttribute(resourcesName)
public LocalizedPropertyResourcesAttribute(
string resourcesName
)
public:
LocalizedPropertyResourcesAttribute(
String^ resourcesName
)
new :
resourcesName:string -> LocalizedPropertyResourcesAttribute
public function LocalizedPropertyResourcesAttribute(
resourcesName : String
)
パラメーター
- resourcesName
型: System.String
ローカライズされたプロパティのカテゴリおよび名前の文字列を保持するリソースの名前です。
関連項目
参照
LocalizedPropertyResourcesAttribute クラス