Dela via


FileScriptCache.IsScriptUnchanged Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a value that indicates whether the script file is unchanged.

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

Syntax

'Declaration
Public Function IsScriptUnchanged ( _
    fileName As String _
) As Boolean
public bool IsScriptUnchanged(
    string fileName
)
public:
bool IsScriptUnchanged(
    String^ fileName
)
member IsScriptUnchanged : 
        fileName:string -> bool 
public function IsScriptUnchanged(
    fileName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the file has changed; otherwise, false.

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace