Dela via


SqlScriptProperty.CacheIdentifier Property

Gets the file name or other unique cache identifier that indicates the source of the property.

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

Syntax

'Declaration
Public ReadOnly Property CacheIdentifier As String
public string CacheIdentifier { get; }
public:
property String^ CacheIdentifier {
    String^ get ();
}
member CacheIdentifier : string
function get CacheIdentifier () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlScriptProperty Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace